home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / language / abcst.arc / ABC.MSG < prev    next >
Text File  |  1989-11-30  |  18KB  |  438 lines

  1. 100    removing non-existent list entry
  2. 101    cannot remove from large range
  3. 102    cannot insert in large range
  4. 103    in keys t, t is not a table
  5. 104    in t[k], t is not a table
  6. 105    in t[k], k is not a key of t
  7. 106*    comp_text (106)
  8. 200    in t|n, t is not a text
  9. 201    in t|n, n is not a number
  10. 202    in t|n, n is not an integer
  11. 203    in t|n, n is < 0
  12. 204    in t@n, t is not a text
  13. 205    in t@n, n is not a number
  14. 206    in t@n, n is not an integer
  15. 207    in t@n, n is > #t + 1
  16. 208    in t^u, t or u is not a text
  17. 209    in t^u, the result is too long
  18. 210    in t^^n, t is not a text
  19. 211    in t^^n, n is not a number
  20. 212    in t^^n, n is not an integer
  21. 213    in t^^n, n is negative
  22. 214    in t^^n, the result is too long
  23. 215*    charval on non-char (215)
  24. 216*    strval on big text (216)
  25. 217*    curtail on very big text (217)
  26. 218*    behead on very big text (218)
  27. 219*    concat on very big text (219)
  28. 300    in #t, t is not a text list or table
  29. 301    in e#t, t is not a text list or table
  30. 302    in e#t, t is a text, but e is not a character
  31. 303    in min t, t is not a text list or table
  32. 304    in min t, t is empty
  33. 305    in max t, t is not a text list or table
  34. 306    in max t, t is empty
  35. 307    in e min t, t is not a text list or table
  36. 308    in e min t, t is empty
  37. 309    in e min t, t is a text, but e is not a character
  38. 310    in e min t, no element of t exceeds e
  39. 311    in e max t, t is not a text list or table
  40. 312    in e max t, t is empty
  41. 313    in e max t, t is a text, but e is not a character
  42. 314    in e max t, no element of t is less than e
  43. 315    in t item n, t is not a text list or table
  44. 316    in t item n, t is empty
  45. 317    in t item n, n is not a number
  46. 318    in t item n, n is not an integer
  47. 319    in t item n, n is < 1
  48. 320    in t item n, n exceeds #t
  49. 321    in n th'of t, t is not a text list or table
  50. 322    in n th'of t, t is empty
  51. 323    in n th'of t, n is not a number
  52. 324    in n th'of t, n is not an integer
  53. 325    in n th'of t, n is < 1
  54. 326    in n th'of t, n exceeds #t
  55. 327*    Bigsize in Bottom or Crange (327)
  56. 400*    unknown flag in ccopybtreenode (400)
  57. 401*    releasing unreferenced btreenode (401)
  58. 402*    wrong flag in relbtree() (402)
  59. 500    incompatible types %s and %s
  60. 501*    comparison of unknown types (501)
  61. 502*    hash called with unknown type (502)
  62. 503*    unknown type in convert (503)
  63. 600    in x mod y, y is zero
  64. 601    in n round x, n is not an integer
  65. 602    in */n, n is an approximate number
  66. 603    in /*n, n is an approximate number
  67. 604    in n root x, n is zero
  68. 605    in root x, x is negative
  69. 606    result of math function too large
  70. 607    argument to math function too large
  71. 608    math library error
  72. 609    in log x, x <= 0
  73. 610    in b log x, b <= 0
  74. 611    in b log x, x <= 0
  75. 700    approximate number too large
  76. 701*    app_floor: result not integral (701)
  77. 800*    numconst: can't happen (800)
  78. 801    excessive exponent in e-notation
  79. 900*    dig_gcd of number(s) <= 0 (900)
  80. 901*    gcd_small of numbers > smallint (901)
  81. 902*    gcd of number(s) <= 0 (902)
  82. 903    exceptionally large rational number
  83. 1000*    dig_gadd: nto < nfrom (1000)
  84. 1001*    int_tento(-n) (1001)
  85. 1100*    zero division (int_ldiv) (1100)
  86. 1101*    int_ldiv internal failure (1101)
  87. 1200*    mk_rat(x, y) with y=0 (1200)
  88. 1300    number not an integer
  89. 1301    exceedingly large integer
  90. 1302*    intval on non-number (1302)
  91. 1303*    num_comp (1303)
  92. 1304    value not a number
  93. 1305    approximate number too large to be handled
  94. 1306    exceptionally large number
  95. 1400    in p..q, p is neither a text nor a number
  96. 1401    in p..q, p is a number but not an integer
  97. 1402    in p..q, p is a number, but q is not
  98. 1403    in p..q, q is a number but not an integer
  99. 1404    in p..q, p is a text but not a character
  100. 1405    in p..q, p is a text, but q is not
  101. 1406    in p..q, q is a text, but not a character
  102. 1500*    big grabber (1500)
  103. 1501*    big regrabber (1501)
  104. 1502*    getsyze called with unknown type (1502)
  105. 1503*    releasing unreferenced value (1503)
  106. 1600    in choice t, t is not a text list or table
  107. 1601    in choice t, t is empty
  108. 1700    Type '?' for help.\n
  109. 1800    in i/j, j is zero
  110. 1801    in 0**y or y root 0, y is negative
  111. 1802    in x**(p/q) or (q/p) root x, x is negative and q is even
  112. 1803    in x**y or y root x, x is negative and y is not exact
  113. 1804    ambiguous expression; please use ( and ) to resolve
  114. 1805    no expression where expected
  115. 1806    no test where expected
  116. 1807    something unexpected in expression
  117. 1808    something unexpected in test
  118. 1809    misformed address
  119. 1810    %s hasn't been initialised or (properly) defined
  120. 1811    %s hasn't been (properly) defined
  121. 1812    %s has not yet received a value
  122. 1813    function returns no value
  123. 1814    predicate reports no outcome
  124. 1815    a refinement may not be used as an address
  125. 1816    bad node in while
  126. 1817    bad node in testsuite
  127. 1818    indentation not used consistently
  128. 1819    indentation must be at least 2
  129. 1820    selection on non-table
  130. 1900*    a_fpr_formals (1900)
  131. 1901*    analyze bad tree (1901)
  132. 2000    no command suite where expected
  133. 2001    no command where expected
  134. 2002    something unexpected in this line
  135. 2003    no parameter where expected
  136. 2005    IN after colon
  137. 2006    no alternative suite for SELECT
  138. 2007    after ELSE no more alternatives allowed
  139. 2100    nothing instead of expected expression
  140. 2101    point without digits
  141. 2102    e not followed by exponent
  142. 2103    cannot find matching %s
  143. 2200*    fix bad tree (2200)
  144. 2201*    fix unparsed with bad flag (2201)
  145. 2202    command cannot be reached
  146. 2203    refinement returns no value or reports no outcome
  147. 2204    wrong keyword %s
  148. 2205    missing actual parameter after %s
  149. 2206    can't find expected %s
  150. 2207    unexpected actual parameter after %s
  151. 2208    unexpected keyword %s
  152. 2209    compound parameter has wrong length
  153. 2210    refinement with parameters
  154. 2211    you haven't told me HOW TO %s
  155. 2212*    f_fpr_formals (2212)
  156. 2213    %s cannot be used in an expression
  157. 2214    %s is neither a refined test nor a zeroadic predicate
  158. 2300    wrong argument of type_check()
  159. 2301    next line must be impossible as a refinement name, e.g. with a space:
  160. 2302    returned value
  161. 2303    RETURN not in function or expression refinement
  162. 2304    Empty polytype stack
  163. 2400    cannot find expected %s
  164. 2401    no name where expected
  165. 2402    no keyword where expected
  166. 2403    something unexpected following %s
  167. 2404    according to the syntax I expected %s
  168. 2500    nothing where address expected
  169. 2501    no address where expected
  170. 2502    something unexpected in address
  171. 2600    I found type 
  172. 2601    EG 
  173. 2602     where I expected 
  174. 2603    I thought 
  175. 2604     was of type 
  176. 2605    list or table of 
  177. 2606    list or table
  178. 2607    "", or list or table of ""
  179. 2608    text or list or table
  180. 2609    incompatible type for 
  181. 2610    incompatible types for 
  182. 2611     and 
  183. 2612    %s
  184. 2700    HAS follows colon
  185. 2701    nothing instead of expected test
  186. 2800    how-to starts with indentation
  187. 2801    no how-to name where expected
  188. 2802    no how-to keyword where expected
  189. 2803    %s is a reserved keyword
  190. 2804    %s is already a formal parameter or operand
  191. 2805    %s is already a shared name
  192. 2806    %s is already a refinement name
  193. 2807    cannot find function name
  194. 2808    user defined functions must be names
  195. 2809    something unexpected in formula template
  196. 2810    nothing instead of expected template operand
  197. 2811    no template operand where expected
  198. 2812    nothing instead of expected name
  199. 2813    no name where expected
  200. 2814    something unexpected in name
  201. 2900    change of workspace not allowed
  202. 2901    no previous workspace
  203. 2902    I find no workspace name here
  204. 2903    I can't goto/create workspace %s
  205. 2905    *** I cannot find parent directory\n
  206. 2906    *** I cannot find workspace\n
  207. 2907    *** I cannot find your home directory\n
  208. 2908    *** I shall use the current directory as your single workspace\n
  209. 2909    *** %s isn't an ABC name\n
  210. 2910    *** I shall try the default workspace\n
  211. 3000*    replacing in non-environment (3000)
  212. 3001*    deleting from non-environment (3001)
  213. 3002*    selection on non-environment (3002)
  214. 3100     in your command\n
  215. 3101     in your expression to be read\n
  216. 3102     in your edited value\n
  217. 3103     in your location %s\n
  218. 3104     in your permanent environment\n
  219. 3105     in your workspace index\n
  220. 3106     in your how-to %s\n
  221. 3107     in line %d of your how-to %s\n
  222. 3108    *** (detected after reading 1 line of your input file standard input)\n
  223. 3109    *** (detected after reading %d lines of your input file standard input)\n
  224. 3110    *** (detected after reading 1 line of your input file %s)\n
  225. 3111    *** (detected after r